widget-factory: Move the password entry
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Apr 2020 00:54:09 +0000 (20:54 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Apr 2020 00:54:09 +0000 (20:54 -0400)
Move the password entry to the other entries. That
fits the overall organization better, and makes all
the typographical styles fit.

demos/widget-factory/widget-factory.ui

index a19339ea978e2c9f176eea0b5d57e88cfa040695..e4ad4d8cb6c37fca39079e426bb570d481779552 100644 (file)
@@ -539,6 +539,13 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
                                 </child>
                               </object>
                             </child>
+                            <child>
+                              <object class="GtkPasswordEntry">
+                                <property name="halign">fill</property>
+                                <property name="show-peek-icon">1</property>
+                                <property name="placeholder-text" translatable="yes">Password…</property>
+                              </object>
+                            </child>
                             <child>
                               <object class="GtkBox">
                                 <property name="hexpand">0</property>
@@ -1068,13 +1075,6 @@ Suspendisse feugiat quam quis dolor accumsan cursus.</property>
                                 </child>
                               </object>
                             </child>
-                            <child>
-                              <object class="GtkPasswordEntry">
-                                <property name="halign">fill</property>
-                                <property name="show-peek-icon">1</property>
-                                <property name="placeholder-text" translatable="yes">Password…</property>
-                              </object>
-                            </child>
                             <child>
                               <object class="GtkScrolledWindow">
                                 <property name="vexpand">1</property>